home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 479 < prev    next >
Internet Message Format  |  1996-08-06  |  1KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.std.c
  4. Subject: Possible bug in standard... I assume this is fixed?
  5. Date: 2 Mar 1996 10:05:30 -0600
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4h9rka$hfn@solutions.solon.com>
  8. NNTP-Posting-Host: solutions.solon.com
  9.  
  10. 6.2.1 says that identifiers which differ in significant characters are
  11. distinct, and then says that if two identifiers differ in non-significant
  12. characters, the behavior is undefined.
  13.  
  14. So, on the gratuitously hostile 6-character monocase implementation, is
  15. this legal?
  16.  
  17.     int a12345z,
  18.         b12345y;
  19.  
  20. They clearly differ in insignificant characters.
  21.  
  22. I assume the former sentance protects them, but would like some certainty;
  23. a coworker has told me that another person on a project we're on is
  24. sure some IBM system won't *allow* names over 6 characters.
  25.  
  26. -s
  27. -- 
  28. Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
  29. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  30. FUCK the communications decency act.  Goddamned government.  [literally.]
  31. The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
  32.